projects
/
qtbase-opensource-src.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9af069
)
Modify configure.json to disable neon.
author
Peter Michael Green
<plugwash@raspbian.org>
Sun, 3 Sep 2017 22:55:28 +0000
(22:55 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sun, 3 Sep 2017 22:55:28 +0000
(22:55 +0000)
configure.json
patch
|
blob
|
history
diff --git
a/configure.json
b/configure.json
index b572a3d1f5f6ff22f36bdbcdb1721716938fe3fa..d003fcb4c1386e30736e6bbafa3418ea1cbdf41d 100644
(file)
--- a/
configure.json
+++ b/
configure.json
@@
-896,7
+896,7
@@
},
"neon": {
"label": "NEON",
- "condition": "(arch.arm
|| arch.arm
64) && tests.neon",
+ "condition": "(arch.arm64) && tests.neon",
"output": [
"privateConfig",
{ "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 }